home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / mail / netmail_13.lha / NetMail / Drivers / TermDialup.mailget < prev    next >
Text File  |  1995-07-28  |  282b  |  20 lines

  1. /*
  2. ** $VER: TermDialup.mailget 1.0 (23.5.95)
  3. ** Copyright (c) 1995 Riccardo Solmi
  4. **
  5. */
  6.  
  7. OPTIONS RESULTS
  8. OPTIONS FAILAT 21
  9.  
  10. PARSE ARG email, user, pwd, host, mbox, flags
  11.  
  12. IF ~SHOW('P', 'TERM') THEN RETURN 5
  13.  
  14. ADDRESS 'TERM'
  15. SEND TEXT 'sz $MAIL\r'
  16. /*
  17. SEND TEXT 'rm $MAIL'
  18. */
  19. RETURN 0
  20.